home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / The Treasure Hunt / SHARED.Dxr / 00989_main.ls < prev    next >
Encoding:
Text File  |  1994-09-16  |  253 b   |  14 lines

  1. on mouseUp
  2.   global captain, game
  3.   if captain then
  4.     set captain to 0
  5.     puppetSound(0)
  6.     set the timeoutScript to EMPTY
  7.     repeat with l = 1 to 48
  8.       puppetSprite(l, 0)
  9.     end repeat
  10.     set game to 0
  11.     go("main", "THAtitle")
  12.   end if
  13. end
  14.